home *** CD-ROM | disk | FTP | other *** search
/ BMUG PD-ROM BV3 / BMUG PD-ROM Version BV3 (CDRM1097900).iso / HyperCard / Games / HyperArchy / HyperArchy Manual / card_8392.txt < prev    next >
Text File  |  1990-02-11  |  2KB  |  75 lines

  1. -- card: 8392 from stack: in
  2. -- bmap block id: 8596
  3. -- flags: 0000
  4. -- background id: 2784
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 01
  10. -- high flags: 0000
  11. -- rect: left=6 top=51 right=312 bottom=505
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 3
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20.  
  21.  
  22. -- part 2 (button)
  23. -- low flags: 00
  24. -- high flags: 0000
  25. -- rect: left=2 top=22 right=51 bottom=38
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 29114 / 29114
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: Return
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.   visual effect iris close
  37.   pop card
  38. end mouseUp
  39.  
  40.  
  41.  
  42. -- part 3 (button)
  43. -- low flags: 00
  44. -- high flags: A004
  45. -- rect: left=135 top=304 right=331 bottom=355
  46. -- title width / last selected line: 0
  47. -- icon id / first selected line: 0 / 0
  48. -- text alignment: 1
  49. -- font id: 0
  50. -- text size: 12
  51. -- style flags: 0
  52. -- line height: 16
  53. -- part name: Show the Element Card
  54. ----- HyperTalk script -----
  55. on mouseUp
  56.   push card
  57.   visual effect zoom open
  58.   go to card id 2108
  59. end mouseUp
  60.  
  61.  
  62.  
  63.  
  64. -- part contents for card part 1
  65. ----- text -----
  66.  
  67. The Element Card is the basic building block of the HyperArchy database.  Every Element Card holds the information that you want to store on it, as well as data identifying its Parent Card, and any Child Cards associated with it.
  68.  
  69. In "Debug" mode, you will see the linkage data.  In "Normal" mode you will see the name of the card, the name of its Parent Card, and a large text field for your information to be stored in.
  70.  
  71.  
  72. ======================================================================
  73.  
  74. The button below lets you see a sample Element Card.  Click on the buttons and fields of the sample card to learn about each one.  Be sure to try the 
  75. "Debug" button to see both "Normal" and "Debug" mode.